Skip to main content

All Questions

Tagged with
2votes
1answer
215views

Parsing glider data from IGC files

I have to do a program in PHP that reads IGC files like this IGC file and gets records about the glider. For now I came up with something like this: ...
NoName's user avatar
3votes
2answers
136views

POST variable analysis contains JSON format string PHP

I am verifying certain codes that work well and I don't know what else to optimize in them or what other tests to do: in this case it is a php script that takes the data of the ...
Minos Framework's user avatar
-2votes
1answer
121views

Parse header information [closed]

Concrete Context: I parse the header information from curl execution/request and get the array named $headerARR. At this point it looks like the next example, but ...
Minos Framework's user avatar
4votes
3answers
788views

Using PHP explode() to parse multi-part error messages

I am dealing with a system which sends any unexpected errors back to me in a string, for example: ...
sam's user avatar
  • 243
1vote
3answers
105views

Look for patterns in the keys of an array, to group them in a new array

I am working on a function that will take a an array of options. These options are retrived from a database, and could have other options inputted throughout the system. When adding my options, I am ...
mrClean's user avatar

close